home *** CD-ROM | disk | FTP | other *** search
/ .net - The Best of 1999/2000 / netCD Special01.iso / pc / online / 00006_Install ISP.ls < prev    next >
Encoding:
Text File  |  2000-07-17  |  413 b   |  12 lines

  1. on mouseUp me
  2.   if the platform = "Windows,32" then
  3.     open(the moviePath & "Virgin ISP Software (PC)\SETUP.EXE")
  4.   else
  5.     if the platform = "Windows,16" then
  6.       alert("Sorry, but the MadasaFish software is for 32-bit Windows")
  7.     else
  8.       alert("To install Virgin net, quit this Interface and open the folder `Virgin ISP software (MAC)`, and follow the on-screen instructions.")
  9.     end if
  10.   end if
  11. end
  12.